Making All App Endpoints Public with the API

Apps can have private endpoints, which are not publicly accessible. Use the API to make all the private endpoints for an app into public endpoints, which are accessible from a public URL.

To make all app endpoints public you need the App ID — ID of the app to be accessed, which can be retrieved using the GET /v1/dp/apps method.

    Procedure
  1. Call the POST /v1/dp/apps/{appId}/endpoints/public method to make all app endpoints public for the selected app.

  2. Include one or more of the query parameters to filter the results. Click the API Documentation button on your Data Plane for more information.